func net/http.cleanPath

5 uses

	net/http (current package)
		pattern.go#L126: 	if method != "" && method != "CONNECT" && rest != cleanPath(rest) {
		servemux121.go#L121: 	path := cleanPath(r.URL.Path)
		server.go#L2524: func cleanPath(p string) string {
		server.go#L2606: 		path = cleanPath(path)
		server.go#L2659: 			return nil, nil, &url.URL{Path: cleanPath(u.Path) + "/", RawQuery: u.RawQuery}